net/http.http2ClientConn.canTakeNewRequestLocked (method)

3 uses

	net/http (current package)
		h2_bundle.go#L7494: 	return cc.canTakeNewRequestLocked()
		h2_bundle.go#L7599: func (cc *http2ClientConn) canTakeNewRequestLocked() bool {
		h2_bundle.go#L8169: 		if cc.closed || !cc.canTakeNewRequestLocked() {